home *** CD-ROM | disk | FTP | other *** search
-
- /*
- ** Header file for user.lib files!
- */
- void putsa(char *, char, int, int); /* putsa(str_ptr, attrib, row, col); */
- void putcur(int, int); /* putcur(row, col); 1-80, 1-23 */
- void getcur(int *, int *); /* getcur(row, col); 1-80, 1-23 */
- void cls();
- void beep();
- void writeca(char, char, int); /* writeca(char, attribute, count); */
- void kbclr(void);
- int kbkey(void); /* Ret 0=no_key, 1=key_hit */
-
-